projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bb5f78
)
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build
author
Kevin Ryde
<user42@zip.com.au>
Tue, 24 Nov 2009 23:13:55 +0000
(23:13 +0000)
committer
Kevin Ryde
<user42@zip.com.au>
Tue, 24 Nov 2009 23:13:55 +0000
(23:13 +0000)
value with regexp-opt instead of explicit joining loop. (My
Bug#4927.)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 021ae0db2c001da23f2c85bc8c3767ca2a5ef2a5..04cbca0e7213415ac1eaf767983189d1f0364509 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,9
@@
2009-11-24 Kevin Ryde <user42@zip.com.au>
+ * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build
+ value with regexp-opt instead of explicit joining loop. (My
+ Bug#4927.)
+
* emacs-lisp/elint.el (elint-add-required-env): Better error message
when .el source file not found or other error.